Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / authentication / per-client-config-description

Path parameters:
realm - realm name (not id!)

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/authentication/per-client-config-description 

Method Detail

GET /admin/realms/{realm}/authentication/per-client-config-description

HTTP Example:
GET /admin/realms/{realm}/authentication/per-client-config-description
API Example:

AuthenticationManagementResource.getPerClientConfigDescription({'realm': /* name realm name (not id!) */});

Output:
Map<String,List<ConfigPropertyRepresentation>>
Produces:
application/json

Keycloak REST Services 1.5.0-Final